home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / nilnull / null / smakefile < prev    next >
Makefile  |  1999-04-19  |  286b  |  17 lines

  1. # null-handler Makefile
  2. # for use with SAS/C 6.58
  3. # by Andreas R. Kleinert in 1999
  4.  
  5. null-handler: misc.o null.o
  6.     SLINK WITH smakefile.wth
  7.  
  8.         Copy null-handler L:
  9.         Copy null-handler l
  10.         Delete null-handler.info
  11.  
  12. misc.o    : misc.c 
  13.     SC misc.c
  14.  
  15. null.o    : null.c
  16.     SC null.c
  17.